home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / ad / mod02 / univ / lob / 00010.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  134 b   |  9 lines

  1. on exitFrame
  2.   global gBackPack
  3.   if getOne(gBackPack, #noLoan) = 0 then
  4.     go(1, "Carter")
  5.   else
  6.     go(1, "Carter1")
  7.   end if
  8. end
  9.